home *** CD-ROM | disk | FTP | other *** search
/ Undertow Press Kit / Undertow Press Kit.iso / pc / DLWindow.dxr / 00017_button_cancel.ls < prev    next >
Encoding:
Text File  |  2004-04-29  |  111 b   |  8 lines

  1. on mouseUp me
  2.   tell the stage
  3.     saveMode = 0
  4.     doDownload()
  5.     window("DLWindow").close()
  6.   end tell
  7. end
  8.